home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6684 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: news.cybercomm.net!usenet
  2. From: Frank Schittone <fschitto@cybercomm.net>
  3. Newsgroups: comp.lang.c
  4. Subject: Packing and Unpacking Numeric Data
  5. Date: Fri, 16 Feb 1996 15:10:28 -0800
  6. Organization: Oracle Corporation USA
  7. Message-ID: <31250EE4.3642@cybercomm.net>
  8. NNTP-Posting-Host: sl-031.sl.cybercomm.net
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b6b (Win16; I)
  13.  
  14. This is our situation.
  15.  
  16. We need to transfer data from Unix/Oracle/C to MVS cobol and from MVS/Cobol 
  17. to Unix/Oracle/C.  We are being asked to transfer the data to MVS from UNIX 
  18. in a format that MVS/COBOL can understand.  The problem is with MVS Cobol 
  19. COMP-3 fields and Zoned decimal.  My question is, Is their a utility in C, on 
  20. the UNIX side, which will convert numeric data to Packed Decimal or Zoned 
  21. Decimal and also convert back from Packed Decimal or Zoned Decimal to Numeric 
  22. data.
  23.  
  24. Please note that may programming skills with C are not that great. 
  25.  
  26. Any Help in this matter would be greatly appreciated.
  27.